ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsDeleted Property

In This Topic
    ItemsDeleted Property
    In This Topic
    The items being deleted.
    Syntax
    'Declaration
     
    Public Property ItemsDeleted As IList(Of T)
    public IList<T> ItemsDeleted {get; set;}
    See Also